{
"orgId": "string",
"year": 0,
"amount": 0
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v1/order/createBudget' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"year": 0,
"amount": 0
}'{
"description": "",
"errorCode": "Order.Success",
"message": "success",
"returnObj": {
"id": "46e5c4a0-cf8e-470d-b9fb-8575a790f700",
"orgID": "46e5c4a0-cf8e-470d-b9fb-8575a790f700",
"orgName": "jsqtest",
"year": 2025,
"totalAmount": 10000.1,
"balance": 10000.1,
"enabled": true
},
"statusCode": 800,
"traceID": "66a9af2770a5d484b6eb8e660c0921ba"
}