cURL
curl --request PUT \ --url https://spark.test.woodcore.co/api/v2/clients/corporate/{clientId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emailAddress": "[email protected]", "firstname": "Ope", "lastname": "Kolapo" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"QZrQ8NaNNAaX23a2wtAVcJfgUwspSZcpTZqzz5ZAqHTQvtReeBw12x0QZOZXfDQW"
"1"
"[email protected]"
"Ope"
"Kolapo"
The response is of type object.
object