Request
Example:ABC1234,John,Smith,84770,4355551234,4355556789,john.smith@example.com
DEF5678,Jennifer,Smith,84770,4355554321,4355559876,jen.smith@example.com
Request Code Samples
curl --location --request PUT '' \
--header 'Content-Type: text/plain' \
--data-raw 'ABC1234,John,Smith,84770,4355551234,4355556789,john.smith@example.com
DEF5678,Jennifer,Smith,84770,4355554321,4355559876,jen.smith@example.com'
Responses
This response does not have a body.
Modified at 2025-03-19 22:41:05