curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/members/{userId}/role \
--header 'Content-Type: application/json' \
--data '
{
"role": "ADMIN"
}
'Update a member’s role in the store. Requires MANAGE_MEMBERS permission.
curl --request PUT \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/members/{userId}/role \
--header 'Content-Type: application/json' \
--data '
{
"role": "ADMIN"
}
'