@rushikesh Have tried the below code, but Getting Error as FDKServerResponseError: Request failed with status code 400. Please check the below code and let me know. CC : @Beermohamed_S
data = await platformClient.application(application_id).content.createPage({
"body": {
//"_custom_json": {},
"orientation": "value",
"content": [
{}
],
"feature_image": {
"aspect_ratio": "",
"id": "",
"secure_url": "value"
},
"published": true,
"reading_time": "5 minutes",
"slug": "test-offers-page",
"tags": [
"test offers page",
],
"seo": {
"description": "hey this is my first page",
"image": {
"url": ""
},
"title": "seo_title"
},
"title": "Test Offers Page"
}
});