curl --request POST \
--url https://api.zochil.io/v3/monitoring/marketplace-admins/update \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"id": "<string>",
"username": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"phone": "<string>",
"regno": "<string>",
"password": "<string>",
"roles": [
"<string>"
],
"is_super": true,
"marketplace_uid": "<string>"
}
'