curl --request POST \
--url https://api.example.com/exchange/fx/rate/{id}/lock{
"data": {
"rate": 1500,
"symbol": "USD-NGN",
"ttl": 10,
"type": "buy"
}
}curl --request POST \
--url https://api.example.com/exchange/fx/rate/{id}/lock{
"data": {
"rate": 1500,
"symbol": "USD-NGN",
"ttl": 10,
"type": "buy"
}
}