curl --location -g --request POST '{{ecommercev2_url}}/broker-shippings' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"basicInformation": {
"name": {
"en": "Global Logistics Solutions",
"ar": "حلول اللوجستيات العالمية"
},
"type": {
"en": "International Shipping Company",
"ar": "شركة شحن دولية"
},
"commercialRegistrationNumber": 123456789,
"taxIdentificationNumber": 987654321
},
"service": {
"landFreight": false,
"airFreight": true,
"seaFreight": true,
"warehousingAndDistribution": false
},
"contract": {
"email": "contact@globallogistics.com",
"headOfficeAddress": "123 Logistics Avenue, Dubai Business Bay",
"phone": "+971 4 123 4567",
"country": "United Arab Emirates",
"website": "www.globallogistics.com"
},
"financial": {
"startDate": "2024-04-01T00:00:00Z",
"endDate": "2025-04-01T00:00:00Z",
"bankInformation": "Account details and banking information",
"attachments": [
{
"_id": "507f1f77bcf86cd799439012",
"path": "https://example.com/images/mens-accessories-2.jpg",
"variants": [],
"originalName": "buyerLogo.png",
"service": "",
"expire": "0001-01-01T00:00:00Z",
"trash": false,
"updatedBy": "",
"createdBy": "67f0d3fe03faf36f3be205dd",
"createdAt": "2025-04-06T09:48:20.990869974Z",
"updatedAt": "2025-04-06T09:48:20.990870114Z"
},
{
"_id": "507f1f77bcf86cd799439012",
"path": "https://example.com/images/mens-accessories-2.jpg",
"service": "thumbnail"
}
]
}
}'