curl --location --request POST 'https://mandamong-dev.sailin.cloud/api/user/password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "updated"
}'{
"success": true,
"payload": null,
"error": null
}