curl --location --request GET 'https://app.gotreek.com/api/courier-services' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"name": "Aramex Express",
"courier_name": "Aramex",
"service_name": "Express",
"identifier": "aramex",
"logo": "/images/aramex-logo.png"
}
]
}