Authorization: Bearer ********************
curl --location --request GET '/external/products' \
--header 'Authorization: Bearer <token>'
[
{
"id": 0,
"name": "string",
"type": "string",
"code": "string",
"carrier": "string"
}
]