curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"object": "event",
"id": "e4f8b7a6-5846-11f1-94a9-065892dc723d",
"type": "file.status_changed",
"data": {
"object": "file",
"id": 555111,
"name": "mix_final.wav",
"is_folder": false,
"parent_id": 555100,
"size": 12345678,
"url": "https://cdn.pibox.com/.../mix_final.wav",
"removal_protection": false,
"task_load_protection": false,
"team_id": 737,
"old_status": {
"id": 2,
"title": "Revision requested",
"color": 8,
"position": 2
},
"new_status": {
"id": 3,
"title": "Approved",
"color": 3,
"position": 3
},
"change_status_time": "2026-05-25T14:34:54Z",
"changed_by_account_id": 1042
}
}'