Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/account-types' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"label": "LOGISTICS"
},
{
"id": 2,
"label": "BROKERAGE"
}
]
}