curl --location --request POST 'http://localhost/api/v1/auth/two-factor/challenge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"recovery_code": "string",
"device_name": "string",
"remember_device": true
}'"string"