Defeat Boss: Balrog (Easy)

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

12/30/2024, 05:23:39

Method

POST

Endpoint

https://internal-api.msu.io/***

Body

{ "address" : "$address" }

Expression

function(resp) {
	if (resp.isQuestDone === true) {
      return 1
    }
    return 0
}