Authorization: Bearer ********************curl --location --request POST '/admin/auth/forgot-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'{
"responseMessage": [
"string"
],
"responseCode": 0,
"responseData": {}
}