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