Hello,
Is it possible to configure 'REST' data input with a 'payload' parameter (bolded section in below 'curl' command)?
I am looking to configure below curl command as a 'REST API' input in the Splunk Addon-builder.
REST API call:
curl -XGET -H 'Authorization: Bearer <token>' -H 'Content-Type: application/json' https://<app_dns>/api/case --data '{"query": {"status": "Resolved"}}'
I hope to get a response to this question as well.