getOpenCurationBidsCreatedStats
Last updated
curl -X 'POST' \
'https://api.tako.so/v2/lens/open_curation/get_bids_created/stats' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"profileIds": [
174
]
}'{
"status": "success",
"data": {
"all": 3,
"pending": 2,
"pass": 1,
"cancel": 0,
"ignored": 0
}
}