curl --request POST \
--url https://api.anthid.com/v1/intent \
--header 'Content-Type: application/json' \
--data '
{
"account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action": {
"create": {
"order_side": "UNSPECIFIED",
"order_spec": {
"Limit": {
"price": {
"integer": 123,
"precision": 1
},
"quantity": 123,
"time_in_force": "UNSPECIFIED"
}
},
"route_strategy": "SMART",
"symbol": "<string>"
}
},
"reference_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'