blob: 879b9b37654cc9138a2bdf117eb91a24ef2b2d72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"request_control": {
"transaction_id": "migId",
"request_id": "reqId",
"invocation_id": "subReqId",
"async": true,
"callback_url": "host/callback"
},
"input": {
"id": "id"
}
}
|