You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"id": "{{ current_user.userId }}",
|
|
"firstName": "{{ current_user.firstName | default('null') }}",
|
|
"lastName": "{{ current_user.lastName | default('null') }}"
|
|
}
|