{
"image": {
"filename": "string",
"header": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"size": 0
},
"type": "license"
}
curl --location --request POST 'https://api.v2.rainyun.com/user/certify/upload' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": {
"filename": "string",
"header": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"size": 0
},
"type": "license"
}'
{}