curl --location --request POST 'https://dev.your-api-server.com/v1/cart/initialize' \
--header 'Customer-Key: {{Customer-Key}}' \
--header 'Secret-Key: {{Secret-Key}}' \
--form 'customer_data[phone]="0590000000"' \
--form 'customer_data[country_code]="966"'{}