Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will update the organisation plan and return a confirmation message.
- If the request is unauthorized or invalid, the system will respond with an error message.
curl -X PUT "https://api.pinghome.io/customer-cmd/v1/organisation/plan" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"