Authorization: Bearer ********************
curl --location --request POST '/api/auth/phone-number/forget-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "phoneNumber": "string" }'
{ "status": true }