{ "tomailid": "example@gmail.com" }
curl --location --request POST '/masters/login_master/forgotpassword' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "tomailid": "example@gmail.com" }'
{}