Authorization: ********************curl --location '/api/v1/auth/resend-set-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"success": true,
"data": null,
"error": null
}