curl --request PATCH \
--url http://staging.qshop.ng/apiv2/{shopId}/productattributes/62f30a2e3837c7ab46c3d56e \
--header 'Content-Type: application/json' \
--data '
{
"name": "Patternererere",
"options": [
{
"id": "62f30a523837c7ab46c3d570",
"name": "Kampala"
},
{
"id": "62f30a523837c7ab46c3d571",
"name": "Drawer"
},
{
"name": "Try me"
}
]
}
'