api-key: ********************curl --location --request POST '/auth/forgot' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"cpfOrCellPhone": "string",
"scope": "professional"
}'