curl --request POST \
--url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/security/scans/secondary \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"awbNumber": "157-12345678",
"method": "ETD",
"result": "CLEAR",
"performedAt": "2024-01-01T13:00:00Z",
"report": "<optional PDF or reference>",
"notify": [
"airline",
"customs"
]
}
'