curl --location --request POST '/api/v1/cart/carts/getOrCreateCart' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "ffbadf40-27db-44e9-be44-d2293fcbcf3b",
"cart_type": "pickup",
"branch_id": "008b765e-79cc-4e3f-b7a7-aadc3b1b2d11",
"source": "thirdparty",
"device": "baraq",
"version": "-"
}'
{}