There was an error while loading. Please reload this page.
data, id
data, received_data
data, received_data, id
data, received_message, from_token
以下のようなマップを返してください。
%{ "data" => DATA, # Required "host" => HOST_MESSAGE, "participant" => %{ PARTICIPANT_ID => PARTICIPANT_MESSAGE, }, "redirect" => %{ PARTICIPANT_ID => X_TOKEN, }, "experiment" => %{ X_TOKEN => %{ "redirect" => X_TOKEN, "message" => MESSAGE, }, }, }