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