curl --location '/api/v1/auth/reset_password' \
--header 'Content-Type: application/json' \
--data '{
"reset_password_token": "string",
"password": "pa$$word",
"password_confirmation": "pa$$word"
}'{
"success": true,
"data": {
"message": "Password has been reset successfully"
}
}