curl -X PATCH https://xquik.com/api/v1/x/profile \
-H "x-api-key: xq_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"account": "myxaccount",
"name": "New Display Name",
"description": "Building cool things",
"location": "San Francisco",
"url": "https://example.com"
}' | jq