Authorization: Bearer ********************{
"activity_id": ""
}curl --location --request POST '/activity-lottery/share-opportunity' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"activity_id": ""
}'{
"id": "string",
"user_id": "string",
"activity_id": "string",
"opportunity_type": 0,
"is_valid": true,
"is_used": true,
"update_time": "string",
"create_time": "string"
}