{
"actions": [
{
"action": [
0
],
"type": "create"
}
]
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rcs//edisk/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actions": [
{
"action": [
0
],
"type": "create"
}
]
}'
{}