curl --location '/v1/programs/bd0ae55e-5ba2-4bac-856f-c23af1992b12' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"carrierId": "81a9910c-2657-4f54-9feb-7f6d85d613bc",
"programType": "TI",
"programCode": "inf-premier",
"name": "string",
"slug": "string",
"ratingMethod": "factor",
"isActive": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"limit": 50,
"offset": 0,
"total": 120
}
}