curl -L \
--request POST \
--url '/api/v1/validations/customers/{customerId}/initiatives/{initiativeExternalId}/rules' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"requiredCodeTypeExternalIds": [
"text"
]
}'