curl --request GET \
--url http://staging.qshop.ng/apiv2/{shopId}/users/6334a756045725f5fca4db29/claim \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"fullName": "Akinsola Akinkunmie",
"role": {
"action": "suspend",
"key": "assistant"
},
"whatsApp": "+2347062470043"
}
'