curl --location --request POST 'https://dev-api.idukki.io/gallery-layouts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Main Gallery",
"layout": {
"foo": "bar"
}
}'{
"status": true,
"result": {
"guid": "b88bfc8d-dfd1-4096-84fc-f729e10b8886",
"id": 1,
"business_id": 8,
"name": "Test on postman",
"layout": {
"foo": "bar"
},
"album_id": 12,
"updatedAt": "2022-09-13T15:23:05.985Z",
"createdAt": "2022-09-13T15:23:05.985Z"
}
}