curl --request POST \
--url https://api.zochil.io/v3/monitoring/marketplaces/create-admin \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"marketplace_id": "<string>",
"phone": "<string>",
"regno": "<string>",
"email": "[email protected]",
"roles": [
"<string>"
],
"is_super": true
}
'Create an admin user for a marketplace
curl --request POST \
--url https://api.zochil.io/v3/monitoring/marketplaces/create-admin \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"marketplace_id": "<string>",
"phone": "<string>",
"regno": "<string>",
"email": "[email protected]",
"roles": [
"<string>"
],
"is_super": true
}
'