GET : /api/designnest/v1/projects/{projectID}/tdk
{
"code": 1,
"account_id": 0,
"message": "Successful operation",
"data": {
"detail": {
"id": 0,
"project_name": "",
"usp": "",
"categories": [
"test" , "test1"
],
"feature_titles": [
"title" , "title1"
] ,
"tags" : {
"admin" : ["tag1" , "tag2"] ,
"designer" : ["tag1" , "tag2"] ,
"business" : ["tag1" , "tag2"] ,
} ,
"description" : ""
}
}
}