curl --location --request POST 'https://company.jahzha.com.sa/api/v1/create-shipment-order' \
--header 'Accept: application/json' \
--header 'API-KEY: 6361esdfab7324efdgbb9c8cxvdsaffd1829ae407046bc6b5d4b014057809a1e290acd7d11d7' \
--form 'store_name="salla"' \
--form 'shipping_receiver_name="Mostafa"' \
--form 'customer_email="mostafa@jahzha.com"' \
--form 'customer_phone_number="96650000000"' \
--form 'customer_address="jeddah 12-st"' \
--form 'customer_city="jeddah"' \
--form 'customer_country="saudi arabia"' \
--form 'customer_address_latitude="21.492500"' \
--form 'customer_address_longitude="39.177570"' \
--form 'customer_short_address="ABCD1234"' \
--form 'product_weight="15"' \
--form 'product_length="14"' \
--form 'product_height="12"' \
--form 'product_width="14"' \
--form 'product_price="135"' \
--form 'cod_value="0"' \
--form 'add_pickup="NO"'{
"status_code": 200,
"message": "Order created successfully",
"data": [],
"additional_data": []
}