curl --location --request POST '/api/v1/cart/carts/checkout/' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_method_id": "baraq",
"cart_type": "pickup",
"delivery_time": "asap",
"customer_notes": "test",
"source": "thirdparty",
"os": "ios",
"device": "baraq",
"version": "-"
}'
{}