Testing User Registration... Sending data to: https://api.teesamempire.uk/api/register.php Please configure the $baseUrl in this script to point to your live API if running locally, or run this script on the server. For now, here is the JSON payload you can use in Postman: { "full_name": "Test User", "email": "testuser_1776151933@example.com", "password": "password123", "phone_number": "1234567890", "city": "Test City", "state": "Test State", "zip_code": "12345" }