Authorization: Bearer ********************curl --location --request GET '/TenantCommissionCosts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"offset": 0,
"limit": 50,
"deviceId": "77f8ef98-b1ed-5c09-9265-dac9bebfb161"
}'[
{
"rowNo": 0,
"tenantId": 0,
"currencyId": "str",
"fromAmount": 0,
"toAmount": 0,
"commissionCurrencyId": "str",
"commissionAmount": 0,
"commissionRate": 0,
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]