{
"companies": [
{
"id": "1039559602620129280",
"type": "import"
}
]
}curl --location --request POST '/api/customs/companies/bulk-status' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"companies": [
{
"id": "1039559602620129280",
"type": "import"
}
]
}'