curl --location --request GET '/api/v1/funds/T12/price' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"success": true,
"data": {
"navPerShare": 0,
"nav": 0,
"sharesOutstanding": 0,
"asOf": "2019-08-24T14:15:22.123Z"
}
}'{
"success": true,
"errors": [
{
"error": "BAD_REQUEST",
"errorDescription": "Required parameters is missing"
}
]
}