curl -L \
--request PATCH \
--url 'api.rair.market/api/files/update/{mediaId}' \
--header 'Content-Type: application/json' \
--data '{
"title": "text",
"description": "text",
"contract": "text",
"product": "text",
"offer": "text",
"category": "text",
"demo": true
}'