{
"algorithm_id": 100000,
"app": "app_05",
"config": {
"aa": "AA",
"bb": "BB"
},
"name": "xxx-05"
}
curl --location --request POST '/openapi/v0.9/drc/api/v2/organizations//ai-link/algorithms/instances' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"algorithm_id": 100000,
"app": "app_05",
"config": {
"aa": "AA",
"bb": "BB"
},
"name": "xxx-05"
}'
{
"code": 0,
"message": "OK",
"data": {
"id": 100013
}
}