username:passwordAuthorization: Basic *****************{
"from_currencies": [
"string"
],
"to_currency": "string",
"usage": {
"type": "payin"
}
}curl --location --request POST 'https://apitest.wooshpay.com/v1/fx_quotes' \
--header 'Accept;' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_currencies": [
"string"
],
"to_currency": "string",
"usage": {
"type": "payin"
}
}'{
"rates": {
"<from_currency>.exchange_rate": "string"
},
"to_currency": "string",
"usage": {
"type": "payin"
},
"created": "string"
}