curl --location --request POST '/api/services//items' \
--header 'Authorization: {{auth}}' \
--form 'type="provider"' \
--form 'type_uuid="provider_uuid"' \
--form 'name="Test"' \
--form 'items[0][name]="USA"' \
--form 'items[0][val]="1"' \
--form 'items[1][meta][hello]="world"'
{}