Authorization: Bearer ********************{
"type": "ASSET",
"page": 1,
"limit": 1,
"journalNo": "UGA-12345"
}curl --location 'https://web-api.blockindex.com/entity//valuation/fiat/adjusting' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ASSET",
"page": 1,
"limit": 1,
"journalNo": "UGA-12345"
}'