{
"queue_name": "string",
"pod_parallel_limit": 0,
"group_timeout_sec": 0
}curl --location 'https://openapi.suanli.cn/api/job/queue/create' \
--header 'token;' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data '{
"queue_name": "string",
"pod_parallel_limit": 0,
"group_timeout_sec": 0
}'{
"code": "0000",
"message": "string",
"data": {
"queue_id": 0
}
}