cURL
curl --request PUT \ --url https://sandbox.api.withgale.com/v1/v1/plans/{plan_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plan updated
The response is of type object.
object