curl --location --request POST '/transactions' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId": "string",
"preferredLockerType": "medium",
"preferredAttributes": [
"low"
],
"widthInches": 18,
"heightInches": 24,
"lengthInches": 12,
"allowFallback": true,
"attributesRequired": true,
"matchingStrategy": "do_not_tip"
}'{
"transactionId": "string",
"lockerId": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}