curl --request GET \
--url http://api.stuut.ai/v1/payments \
--header 'Authorization: Bearer <token>'{
"amount_allocated": 123,
"amount_unallocated": 123
}curl --request GET \
--url http://api.stuut.ai/v1/payments \
--header 'Authorization: Bearer <token>'{
"amount_allocated": 123,
"amount_unallocated": 123
}