{"message":"Submit Score API is running","method":"This endpoint accepts POST requests only","required_fields":["player_name","country","city","score","total_questions"],"optional_fields":["completion_time"],"test_with_curl":"curl -X POST -H \"Content-Type: application\/json\" -d '{\"player_name\":\"Test\",\"country\":\"Canada\",\"city\":\"Toronto\",\"score\":85,\"total_questions\":100}' https:\/\/nizeman.com\/quiz\/submit_score.php"}