Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//orders/bulk-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order_ids": [
"770e8400-e29b-41d4-a716-446655440000",
"880e8400-e29b-41d4-a716-446655440000"
],
"reason": "Batch shipment via Bosta",
"status": "shipped"
}'{
"success": true,
"data": {
"updated": 0,
"failed": 0,
"errors": [
{
"property1": "string",
"property2": "string"
}
]
},
"message": "string"
}