Authorization: Bearer ********************{
"userIds": [
0
]
}curl --location --request GET '/api/v1.0/foundation/user/get-info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
0
]
}'{}