curl --location --request PUT '/api/users/me' \ --header 'Content-Type: application/json' \ --data-raw '{ "fullName": "Abdullatif" }'
{}