curl --location --request POST 'https://api.stg.bidancer.com/user-service/v1/internal/event/update-approved' \
--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": {
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"userId": "string",
"accessToken": "string",
"role": "user",
"email": "user@example.com",
"username": "string",
"name": "string",
"firstName": "string",
"lastName": "string",
"profilePicture": "http://example.com",
"phone": "string",
"address": {
"line1": "string",
"line2": "string",
"line3": "string",
"city": "string",
"state": "string",
"country": "string",
"zipcode": "string"
},
"timezone": "string",
"status": "pending",
"approverComment": "string",
"approverId": "string",
"approverAt": "2019-08-24T14:15:22.123Z"
}
}'