curl --request POST \
--url https://api.example.com/data/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'[
{}
]curl --request POST \
--url https://api.example.com/data/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'[
{}
]