GET /api/owner/currency HTTP/1.1
Host: api.client.nbcgate.tech/
Authorization: YOUR_API_KEY
Accept: */*
{
"currency": [
{
"id": 1,
"name": "text"
}
]
}POST /api/owner/currency 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 HTTP/1.1
Host: api.client.nbcgate.tech/
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 10
[
{
"id": 1
}
]