Authorization: Bearer ********************
curl --location --request POST '/api/user/2' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name" : "wissam douskary" }'
{}