Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//shipments/status-import/apply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"rows": [
{
"property1": "string",
"property2": "string"
}
]
}'null