{
"library_id":55,
"csList":[
{
"key":11111,
"pwd":2222
}
]
}
curl --location --request POST '/product/cdkey/create' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"library_id":55,
"csList":[
{
"key":11111,
"pwd":2222
}
]
}'
{}