Authorization: Bearer ********************
curl --location '/auth/forgot-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "string" }'
{}