curl --request PATCH \
--url http://staging.qshop.ng/apiv2/{shopId}/wizard/{step} \
--header 'Content-Type: application/json' \
--data '
{
"active": true,
"completed": true,
"componentKey": "storeLaunch",
"description": "Launch your store",
"disabled": false,
"icon": "fas fa-rocket",
"id": 9,
"name": "Store Launch"
}
'