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 protected]",
"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 protected]",
"firstname": "Jay",
"lastname": "Kelly"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"1"
"Jay"
"Kelly"
{}
The response is of type object.