"status": "Failure, Error occurred please contact application owner." when add a record via an API to Zoho Creator.

"status": "Failure, Error occurred please contact application owner." when add a record via an API to Zoho Creator.

I tried to add record via an api to zoho creator form, using this link from postman :

https://creator.zoho.com/api/info_kedubai/json/booking-form/form/Online_Reservation_QA/record/add?authtoken=*******************&scope=creatorapi

I entered the value of each field with form-data in postman. The response status is 200 OK. But the status in the response is "Failure, Error occurred please contact application owner.". But when I checked the database the value is entered to the database. I already tried to find the solution by check every similar case in some thread but I didn't find the solution yet.

Why the status in the response is failed ?