How to report multiple action of single task in ansible

Hi All,

I am working on developing a custom Ansible module, where in one action makes multiple rest api post calls and i need to show the each post call result in the output, so is there any way to show each post call result as ok or fatal (some thing like partial success) ?

Thanks,
Naveen