Hi Everyone,
I have been testing using the Alteryx Gallery APIs and have hit a wall.
I am successfully able to hit the "GET/v1/workflows/{appId}/questions" endpoint to return the questions that my app id requests. However, I keep getting a HTTP response code of "500" when I attempt to use the "POST /v1/workflows/{appId}/jobs/" endpoint.
I am sure that I must be doing something dumb, but for the life of me cannot figure out what that is. Perhaps I am not passing the json body to the POST API correctly?
Below are screenshots of the response for the GET request (to illustrate the questions from the app), and my current structure for the POST API's json body.
Can anyone steer me in the right direction?
GET Response:

....

POST API Json Body:
{
"questions": [
{
"name": "Drop Down (13)",
"value": "624",
"name": "Text Box (15)",
"value": "2"
}
],
"priority": "Low"
}