curl --request POST \
--url https://api.dev.anthid.com/api/v1/intent \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"create": {
"broker": "Lightspeed",
"order": {
"Limit": {
"price": {
"integer": 123,
"precision": 1
},
"quantity": 123,
"time_in_force": "Day"
}
},
"route": "Smart",
"side": "Unspecified",
"symbol": "<string>"
}
},
"credential_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reference_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'