Authorization: Bearer ********************curl --location '/TenantCommissionCosts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"currencyId": "string",
"fromAmount": 0,
"toAmount": 0,
"deviceId": "4de4adb9-21ee-47e3-aeb4-8cf8ed6c109a",
"commissionCurrencyId": "string",
"commissionAmount": 0,
"commissionRate": 0
}'{
"tenantId": 0,
"currencyId": "string",
"fromAmount": 0,
"toAmount": 0,
"commissionCurrencyId": "string",
"commissionAmount": 0,
"commissionRate": 0,
"status": 0,
"creatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatorUserId": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
}