curl --location --request GET '/spends?network&state' \
--header 'x-api-key;'{
"spends": [
{
"id": "string",
"userId": "string",
"network": "mainnet",
"type": "fees",
"state": "pending",
"fees": 0,
"coins": [
"string"
]
}
]
}