Authorization: Bearer ********************
curl --location --request POST 'http://localhost/api/v1/auth/forgot-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com" }'
"string"