curl --location 'https://api.synup.com/api/v4/local-post-ideas/pipeline-status?locationId=TG9jYXRpb246MQ%3D%3D' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localPipelineStatus": {
"id": "string",
"locationId": 0,
"pipelineType": "string",
"status": "string",
"currentStep": "string",
"stepsCompleted": [
"string"
],
"stepsRemaining": [
"string"
],
"errorMessage": "string",
"startedAt": "string",
"completedAt": "string"
}
}
}