GET /api/owner/currency/tokens HTTP/1.1
Host: api.client.nbcgate.tech/
Authorization: YOUR_API_KEY
Accept: */*
{
"tokens": [
{
"id": 1,
"tokenID": 1,
"tokenName": "text"
}
]
}POST /api/owner/currency/tokens HTTP/1.1
Host: api.client.nbcgate.tech/
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 10
[
{
"id": 1
}
]DELETE /api/owner/currency/tokens HTTP/1.1
Host: api.client.nbcgate.tech/
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 10
[
{
"id": 1
}
]