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