Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8000/api/v1/cash-books/balance' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --data-urlencode 'nominal=1000'
{}