Make a form-urlencoded POST request (for legacy compatibility).
Some existing endpoints expect form data rather than JSON. Use this for backward compatibility during migration.
API endpoint
Form data as key-value pairs
Promise resolving to ApiResponse with data or error
Make a form-urlencoded POST request (for legacy compatibility).
Some existing endpoints expect form data rather than JSON. Use this for backward compatibility during migration.