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"
}
'