curl --request POST \
--url https://facilitator.agentokratia.com/api/settle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"paymentPayload": {
"x402Version": 2,
"accepted": {
"scheme": "escrow",
"network": "eip155:8453",
"amount": "10000",
"payTo": "0x1234567890123456789012345678901234567890"
},
"payload": {
"signature": "<string>"
}
},
"paymentRequirements": {
"scheme": "escrow",
"network": "eip155:8453",
"amount": "10000",
"payTo": "0x1234567890123456789012345678901234567890"
}
}
'