curl --location --request POST '/api/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"current_password": "string",
"new_password": "string"
}'{
"success": true,
"data": {
"message": "string"
},
"message": "string",
"statusCode": 0,
"timestamp": "string"
}