curl --location --request POST 'https://company.jahzha.com.sa/api/v1/create-order?API-KEY=edb978c4aca4c748c493e47980324023336b3bc806de43f6acf7024ee1b28331' \
--header 'Accept: application/json' \
--form 'store_name="salla"' \
--form 'customer_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 '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": []
}