Authorization: Bearer ********************
{
"ref_id": "{% mock 'guid' %}",
"order_form_version": 4,
"side": "buy",
"time_in_force": "gfd",
"symbol": "ASAI",
"type": "limit",
"quantity": 0.12804,
"ask_price": 7.81,
"price": 1.0,
"instrument": "https://api.robinhood.com/instruments/df3782c5-9dbe-4f8f-97f6-a685ee6890a4/",
"account": "https://api.robinhood.com/accounts/830788360/",
"preset_percent_limit": "0.1",
"trigger": "immediate",
"market_hours": "regular_hours",
"extended_hours": false
}
curl --location --request POST 'https://api.robinhood.com/orders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_id": "{% mock '\''guid'\'' %}",
"order_form_version": 4,
"side": "buy",
"time_in_force": "gfd",
"symbol": "ASAI",
"type": "limit",
"quantity": 0.12804,
"ask_price": 7.81,
"price": 1.0,
"instrument": "https://api.robinhood.com/instruments/df3782c5-9dbe-4f8f-97f6-a685ee6890a4/",
"account": "https://api.robinhood.com/accounts/830788360/",
"preset_percent_limit": "0.1",
"trigger": "immediate",
"market_hours": "regular_hours",
"extended_hours": false
}'
{}