ZweHMyat
ZweHMyat
POST /quotes I sent a request with curl to FSPIOP with the following command curl --location 'http://localhost:4000/quotes' \ --header 'accept: application/vnd.interoperability.quotes+json;version=1.0' \ --header 'content-type: application/vnd.interoperability.quotes+json;version=1.0' \ --header 'date: 2024-05-03' \...
POST /fxQuotes I called with the following curl to FSPIOP service: curl --location 'http://localhost:4000/fxQuotes' \ --header 'content-type: application/vnd.interoperability.fxQuotes+json;version=1.0' \ --header 'accept: application/vnd.interoperability.fxQuotes+json;version=1.0' \ --header 'fspiop-source: demo-mfi-1' \ --header 'fspiop-destination: demo-mfi-2'...