curl --location --request POST 'https://dash.ryzehosting.com/api/v2/domain/auth-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_id": "019b1ace-4a2b-819c-8fe2-7c2bb2e514f6"
}'{
"response": "Auth code generated successfully",
"state": "success",
"code": 200,
"data": {
"auth_code": "AUTHCODE",
"expires_in": "1 hour",
"domain": "network.bond"
}
}