Authorization: Bearer ********************
curl --location -g --request GET '/api/resident/personalized/list?arc_code={{arc_code}}&system_code={{system_code}}&service_status&service_package_uuid' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5'
{
"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"
}
]
}
}