curl --location '/v1/users/ForgotPassword' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"CompanyId": "90184328",
"UserId": "91521745",
"CallbackUrl": "https...." //string url = forgotPassword.CallbackUrl + "?" + "CompanyId=" + company.Id + "&" + "UserId=" + user.Id + "&" + "Jwt=" + user.Jwt;
}'{}