curl --location --request POST 'https://api.flashcat.cloud/oncall/license/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{"person_id":33579933921311}'
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"total": 0,
"items": [
{
"person_id": 0,
"person_name": "string",
"status": "string",
"type": "fixed",
"updated_by": 0,
"created_at": "string",
"updated_at": "string"
}
]
}
}