curl --location -g --request PUT 'http:///V1/carts/mine/collection-point/search-request' \
--header 'Content-Type: application/json' \
--data-raw '{
"countryId": "string",
"postcode": "string"
}'
{
"country_id": "string",
"pending": true,
"postcode": "string",
"shipping_address_id": 0
}