curl --location -g --request POST 'https://athathi.mgahed.com/{{locale}}/client/reset/password' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"token": ,
"new_password": "Mgahed123"
}'{}