{
"carrierId": "string",
"vouchers": [
"string"
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/carriers/GenikiTaxidromiki/order/pickup' \
--header 'Content-Type: application/json' \
--data-raw '{
"carrierId": "string",
"vouchers": [
"string"
]
}'
{
"voucherResults": [
{
"succeeded": true,
"errorMessage": "string"
}
]
}