curl --request PUT \
--url https://spark.test.woodcore.co/api/v2/clients/individual/{clientId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"emailAddress": "email+05@domain.com",
"firstname": "Jay",
"lastname": "Kelly"
}'
{}
curl --request PUT \
--url https://spark.test.woodcore.co/api/v2/clients/individual/{clientId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"emailAddress": "email+05@domain.com",
"firstname": "Jay",
"lastname": "Kelly"
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"1"
ddddd
The response is of type object
.