Authorization: Bearer ********************curl --location --request GET '/TenantCurrencies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"deviceId": "77f8ef98-b1ed-5c09-9265-dac9bebfb161"
}'[
{
"rowNo": 0,
"tenantId": 0,
"id": "str",
"status": 0,
"description": null,
"creatorUserId": 0,
"updatorUserId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]