curl --location --request POST '/contact/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"name": "string",
"email": "string",
"phone": "string",
"telegram": "string",
"text": "string"
}'
{
"message": "Unexpected token '1', \"123\" is not valid JSON",
"error": "Bad Request",
"statusCode": 400
}