Thats because we do not know what the expected format is :D
You are specifying the URL to poll in the target app.
If you dont know what data to send then you need to find that out :)
You will typically launch a browser from ZAP, manually authenticate and then look at the requests in order to find a suitable one to use for verification.
If it is a POST request then you cab just copy the data from that.
Alternatively you can ask ZAP to auto detect it.
Cheers,
Simon