curl --location --request POST 'https://api.stg.bidancer.com/auth-service/v1/internal/event/auth-user-modified' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "auth",
"topic": "auth_login",
"event": "user-activity",
"timestamp": "2019-08-24T14:15:22.123Z",
"uid": "string",
"userRole": "user",
"body": {
"uid": "string",
"accessToken": "string",
"email": "user@example.com",
"username": "string",
"displayUsername": "string",
"name": "string",
"role": "user",
"firstName": "string",
"lastName": "string",
"image": "http://example.com"
}
}'