GET /pets/{id}).GET /pets/{id} endpoint:GET/pets/{id} with the path parameter {id} highlighted'1'), it may already be filled inpet_1Nv0FGQ9RKHgCVdK to retrieve the pet with that ID.POST /pets) in your Apidog project.name โ the pet's name (e.g., "Luna")species โ the pet's species (e.g., "DOG", "CAT")breed โ the pet's breed (e.g., "Golden Retriever")ageMonths โ the pet's age in monthsstatus โ the pet's status (e.g., "AVAILABLE", "PENDING", "ADOPTED"){
"name": "Luna",
"species": "DOG",
"breed": "Golden Retriever",
"ageMonths": 24,
"size": "LARGE",
"color": "Golden",
"gender": "FEMALE",
"goodWithKids": true,
"goodWithPets": true,
"adoptionFee": 150.00,
"description": "Friendly golden retriever looking for an active family",
"status": "AVAILABLE"
}201 Created status with the created pet's information, or see any error messages if something went wrong.