Authorization: Bearer ********************curl --location --request GET '/user_tags' \
--header 'Authorization: Bearer <token>'{
"data": {
"number_tags": [
"my-tag"
],
"outbound_profile_tags": [
"my-tag"
]
}
}