Authorization: ********************{
"attachment": "string",
"body": "string",
"priority": "low",
"subject": "string",
"title": "string"
}curl --location --request POST 'https://api.neucron.io/v1/support/request' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachment": "string",
"body": "string",
"priority": "low",
"subject": "string",
"title": "string"
}'{
"attachment": "string",
"body": "string",
"created_at": "string",
"deleted_at": "string",
"email": "string",
"id": "string",
"priority": "low",
"status": "open",
"subject": "string",
"title": "string",
"updated_at": "string",
"user_id": "string"
}