curl -L \
--request POST \
--url '/api/v1/customers/{customerId}/codes/batch' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"codes": [
{
"externalId": "text",
"name": "text",
"callSign": "text",
"description": "text"
}
]
}'