Authorization: Bearer ********************
[
{
"type": 0,
"title": "string",
"editionType": 0,
"edition": "string",
"authorName": "string",
"description": "string",
"strategy": 0,
"media": "http://example.com",
"source": "http://example.com",
"copyrightOwner": "string"
}
]
curl --location --request POST 'https://api.phizone.cn/resourceRecords/batch' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"type": 0,
"title": "string",
"editionType": 0,
"edition": "string",
"authorName": "string",
"description": "string",
"strategy": 0,
"media": "http://example.com",
"source": "http://example.com",
"copyrightOwner": "string"
}
]'
{
"status": 0,
"code": "string",
"message": "string",
"errors": [
{
"field": "string",
"errors": [
"string"
]
}
],
"dateAvailable": "2019-08-24T14:15:22Z",
"total": 0,
"perPage": 0,
"hasPrevious": true,
"hasNext": true,
"data": {
"id": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
}