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": "opeoluwa+05@woodcoreapp.com",
"firstname": "Ope",
"lastname": "Kolapo"
}'
{}
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": "opeoluwa+05@woodcoreapp.com",
"firstname": "Ope",
"lastname": "Kolapo"
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"QZrQ8NaNNAaX23a2wtAVcJfgUwspSZcpTZqzz5ZAqHTQvtReeBw12x0QZOZXfDQW"
"1"
ddddd
The response is of type object
.