How to call API with 204 response in app

I have initialized a POST API using API connector. The output is a 204 No Response.

How do I use this API in my Bubble app. Previously I called API using data = … but since there isn’t a data type for this API call this doesn’t work.

Can someone help me with this matter? Thank you.

Can’t you inicialize the call with a success response?

I figured it out. By default the API is set to Data. Can set to Action.