curl --location --request PATCH '/v1/user/tikets' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"profile_id": "string",
"description": "string",
"status": 0,
"comments": [
{
"id": "string",
"profile_id": "string",
"message": "string",
"date_create": "string"
}
],
"date_create": "string"
}
]