{
"content": "string",
"is_authed": true,
"is_urgent": 0,
"related_product_id": 0,
"related_product_type": "rcs",
"title": "string",
"type": "tech"
}
curl --location --request POST 'https://api.v2.rainyun.com/workorder/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"is_authed": true,
"is_urgent": 0,
"related_product_id": 0,
"related_product_type": "rcs",
"title": "string",
"type": "tech"
}'
{}