{}
curl --location 'http://localhost:3000/api/v1/auth/resend-token' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "string", "status": "string", "data": { "id": 0, "email": "string" } }