Authorization: ********************curl --location --request PATCH '/api/v2/user/guests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"user_uuid": "string",
"ktti_id": 0
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}