Authorization: Bearer ********************
{
"record_id": 1396296,
"services": [
{
"item_id": 3893664,
"count": 1
}
],
"attachments": [1]
}
curl --location -g --request POST '/api/resident/personalized/performance?arc_code={{arc_code}}&system_code={{system_code}}' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{
"record_id": 1396296,
"services": [
{
"item_id": 3893664,
"count": 1
}
],
"attachments": [1]
}'
{
"message": "string",
"code": 0,
"data": {
"paginate": {
"total": 0,
"current_page": 0,
"current_count": 0,
"page_size": 0
},
"list": [
{
"name": "string",
"content": "string",
"created_at": "string"
}
]
}
}