curl --request POST \
--url https://demo-api.mobula.io/api/2/pm/order/submit \
--header 'Content-Type: application/json' \
--data '
{
"order": {
"salt": "<string>",
"maker": "<string>",
"signer": "<string>",
"taker": "<string>",
"tokenId": "<string>",
"makerAmount": "<string>",
"takerAmount": "<string>",
"expiration": "<string>",
"nonce": "<string>",
"feeRateBps": "<string>",
"side": "<string>",
"signatureType": "<string>"
},
"signature": "<string>",
"apiKey": "<string>",
"apiSecret": "<string>",
"apiPassphrase": "<string>",
"owner": "<string>",
"orderType": "GTC"
}
'