curl --location --request POST '/v1.3/property_file_sessions/add' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "<ACCOUNT_ID>",
"property_set_id": 123
}'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"session_id": 654321
}
}