curl --location --request POST 'https://dash.ryzehosting.com/api/v2/server/ptr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483",
"ip": "5.175.140.79",
"ptr": "ryzehosting.com"
}'{
"response": "PTR record updated successfully",
"state": "success",
"code": 200,
"data": {
"ip": "5.175.140.79",
"ptr": "ryzehosting.com",
"server_uuid": "019b1fc5-83e5-81b1-9592-1537b03ad483"
}
}