curl --location --request POST '/api/services' \
--header 'Authorization: {{auth}}' \
--form 'type="route"' \
--form 'type_uuid="fd8e34b5-77cd-4060-8f40-1cd2d50c0af9"' \
--form 'name="LC11321221334322232123321"' \
--form 'tags[]="hello"' \
--form 'tags[]="world"'
{}