Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/reports/bonuses//types'
{
"data": [
{
"id": 1,
"label": "INSURANCE_BONUS"
},
{
"id": 2,
"label": "INSURANCE_UNSUBSCRIPTION_BONUS"
},
{
"id": 3,
"label": "PACKAGING_BONUS"
},
{
"id": 4,
"label": "EXCEPTION_ITEMS_BONUS"
},
{
"id": 5,
"label": "PERSONAL_BONUS"
},
{
"id": 6,
"label": "CLIENT_MANAGEMENT_BONUS"
},
{
"id": 7,
"label": "IRS_BONUS"
},
{
"id": 8,
"label": "CASH_BONUS"
},
{
"id": 9,
"label": "ROP_BONUS"
}
]
}