curl --request POST \
--url https://api.example.com/raw_sql \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'{}curl --request POST \
--url https://api.example.com/raw_sql \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'{}The response is of type object.
Was this page helpful?