{
"projectId": "string",
"userOp": {
"sender": "string",
"nonce": "string",
"initCode": "string",
"callData": "string",
"signature": "string"
},
"chainId": 0
}
curl --location --request POST 'https://api-sepolia.predict.fun/zerodev/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"userOp": {
"sender": "string",
"nonce": "string",
"initCode": "string",
"callData": "string",
"signature": "string"
},
"chainId": 0
}'
{
"proceed": true
}