Solved
API Isn't Creating a Program
I'm attempting to create a program using the Marketo REST API. I seem to get a 200 response without a response body. Can someone help me understand what the problem might be?
API Route: POST /rest/asset/v1/programs
Request Body:
{
"type": "Default",
"channel": "Nurture Email",
"name": "EmailProgramTest",
"folder":
{
"type": "Folder",
"id": 619900
},
"costs":
[
{
"startDate":"2022-01-01",
"cost":2000
}
]
}