Authorization: ********************{
"subject": "subject",
"query": "query"
}curl --location '/focus-pilot/api/v1/user/support' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subject": "subject",
"query": "query"
}'