curl --request POST \
--url https://api.example.com/exchange/increase-liquidity \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1000,
"currency": "USD"
}
'curl --request POST \
--url https://api.example.com/exchange/increase-liquidity \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1000,
"currency": "USD"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt
Use this file to discover all available pages before exploring further.