cURL
curl --request POST \ --url https://api.example.com/admin/upgrade-requests/{requestId}/approve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "note": "<string>" } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the upgrade request to approve
Optional admin notes
Upgrade request approved successfully