GET : /api/designnest/v1/projects/{projectID}/position_tags
projectID : the ID of the current project
{
"code" : 1 ,
"message" : "" ,
"data" : [
"list" : [
{
"position_type": 0,
"image": "",
},
...
]
]
}