curl --location --request POST '/api/v2/propType' \
--data-urlencode 'token={{bbs-token}}'{
"code": 200,
"msg": "Thành công",
"data": [
{
"name": "Khung Avatar",
"type": 1
},
{
"name": "Huy hiệu",
"type": 2
}
]
}