Authorization: Bearer ********************
curl --location --request PUT '/skills//use/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "body_text": "string", "current_user": "string" }'
{}