Authorization: Bearer ********************
{
"email": "string"
}
curl --location --request POST 'https://api.thinkeo.io/v0/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'
{
"key": "string",
"message": "string"
}