curl --request POST \
--url https://api.zochil.io/v3/monitoring/marketplace-admins/change-password \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"current_password": "<string>",
"new_password": "<string>"
}
'Change current admin’s password
curl --request POST \
--url https://api.zochil.io/v3/monitoring/marketplace-admins/change-password \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"current_password": "<string>",
"new_password": "<string>"
}
'