Authorization: Bearer ********************
curl --location --request POST '/api/auth/update-user' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "image": "string" }'
{ "status": true }