{
"password": "",
"target_user": ""
}curl --location --request POST 'https://dev.coinfer.ai/mcmc/experiment//share' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "",
"target_user": ""
}'{
"status": "ok",
"data": {
"id": 0,
"user_id": 0,
"experiment_id": "string",
"experiment_name": "string",
"password": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"from_user": "string",
"to_user": "string"
}
}