{
"activity": "rpa"
}
curl --location --request POST '/activity/exchange-code' \
--header 'Authorization: Bearer xxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"activity": "rpa"
}'
{
"userid": 12501253,
"exchange_code": "QQQX-XXXS-QQQQ-DDDD"
}