테스트유저 등록삭제

POST {{baseUrl}}/api/v1/target/prcServiceTestUser

테스트유저를 등록하거나 삭제합니다.

Request Body

{"prc_type"=>"ins", "service_id"=>"S00001", "user_ids"=>["AU000000040000", "testTargetUser@test.com", "AU000000039999"], "reason"=>"테스트진행자로 선정한 이유"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"msg":"성공적으로 등록되었습니다.","result":true,"resultCount":3}