curl --location --request POST 'https://api.crowdcomputed.com/api/v1/cloud/deploy/api?mode=sync&callback=&costLookup=false' \
--header 'Content-Type: application/json' \
--data-raw '{
"deployType": "common",
"deployName": "string",
"apiJson": "9:21",
"count": 5
}'{
"code": "Success",
"message": "string",
"data": {
"websocket": "string",
"spend": 0,
"balance": 0,
"taskId": "string",
"status": "finished",
"outputs": [
{
"urls": [
"string"
],
"status": "finished",
"queueOrder": 0,
"startTime": 0,
"endTime": 0,
"estimateMs": 0
}
]
}
}