Authorization: Bearer ********************
{
"firstName": "John",
"lastName": "Doe"
}
curl --location --request GET 'https://api.chakrahq.com/v1/ext/user/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "John",
"lastName": "Doe"
}'
{
"firstName": "John",
"lastName": "Doe"
}