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