curl --location --request POST 'https://api.stg.bidancer.com/user-service/v1/internal/event/user-created' \
--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": {
"createdAt": "2026-01-10T06:09:43.755Z",
"updatedAt": "2026-01-10T06:09:43.755Z",
"uid": "string",
"accessToken": "string",
"email": "user@example.com",
"username": "string",
"name": "string",
"role": "user",
"firstName": "string",
"lastName": "string",
"profilePicture": "http://example.com",
"phone": "string",
"timezone": "string",
"kycStatus": "draft",
"address": {
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"country": "string",
"zipcode": "string"
},
"workExperiences": [
{
"id": "string",
"companyName": "string",
"companyId": "string",
"role": "string",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"isPresent": true,
"description": "string",
"skills": [
"string"
],
"createdAt": "2026-01-10T06:09:43.769Z",
"updatedAt": "2026-01-10T06:09:43.769Z"
}
]
}
}'