Skip to content

Instantly share code, notes, and snippets.

@alamsyahh15
Created June 13, 2023 03:00
Show Gist options
  • Save alamsyahh15/7782537df75026ea5541b111aec8d94b to your computer and use it in GitHub Desktop.
Save alamsyahh15/7782537df75026ea5541b111aec8d94b to your computer and use it in GitHub Desktop.
[
{
"id_post": 1,
"title": "title",
"category": {
"id": 1,
"name": "category"
},
"id_provice": null,
"id_city": null,
"id_district": null,
"contents": [
{
"id_post": 1,
"square_content": {
"path": "path_url",
"type": "png/jpg/mp4"
},
"reels_content": null,
"desc_content": null,
"carousel_content": null
},
{
"id_post": 1,
"square_content": null,
"reels_content": {
"path": "path_url",
"type": "png/jpg/mp4"
},
"desc_content": null,
"carousel_content": null
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment