Authorization: Bearer ********************
[
{
"choices": [
0
]
}
]
curl --location --request POST 'https://api.phizone.cn/pet/objective' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"choices": [
0
]
}
]'
{
"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": [
{
"position": 0,
"type": 0,
"content": "string",
"language": "string",
"choices": [
"string"
]
}
]
}