Authorization: ********************
curl --location --request POST 'https://be.myquiz.fun/api/Auth/forgot-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'