I am currently working on setting up an automation to create a new WordPress site on Cloudways via the Webhooks API, but I keep encountering an error during the POST request testing. The error message indicates that the "password" parameter is either missing, malformed, or invalid.
I have mapped all the required fields for creating the WordPress site, including the password, and I’ve ensured that they are correctly set up. I’m not sure why I am getting an error with the password field.
I also contacted Cloudways support to confirm that I’ve authorized and set up the API correctly, and everything is fine on their end.
Could someone please help me troubleshoot this issue?