curl --location --request PUT 'https://dash.ryzehosting.com/api/v1/server/0199f361-ccb4-8242-8ff3-18a51b09486e/ptr' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "5.175.140.64",
"ptr": "ryzehosting.com"
}'{
"response": "PTR record updated successfully",
"state": "success",
"code": 200,
"data": {
"ip": "5.175.140.64",
"ptr": "ryzehosting.com",
"server_uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e"
}
}