How do I check the actual payload received by Service API

I have created a service API. Is there a way to check the actual payload received by the service?

You could use logging and log what the service gets. If you develop with JS, you can use console.log() and then check in Manage > Logging > Real-Time Logging