cURL
curl --request POST \ --url https://api.webdeeds.org/v1/swap \ --header 'Content-Type: application/json' \ --data ' { "inputs": [ "<string>" ], "outputs": [ "<string>" ] } '
{ "success": true }
Swap request accepted