curl --location --request POST '/accounts//orders//validate' \
--header 'Authorization: Bearer <token>'{
"success": true,
"prices": {
"products": [
{
"index": 0,
"quantity": 10,
"modelId": "ntag424_pvccard_white",
"unit_charges": {
"encoding": 0.5,
"model": 0.5,
"printing": 0.1,
"packaging": 0.2,
"recordOptions": 0.3
},
"charges": {
"encoding": 5,
"model": 5,
"printing": 1,
"packaging": 2,
"recordOptions": 3
},
"price": 4.49,
"unit_price": 4.49
}
],
"shipping": {
"transporter": "default",
"price": 5.99
},
"total": 50.99
}
}