Headers
Response
OK
curl --request POST \
--url https://api.vida.dev/api/v2/sip/registration \
--header 'Content-Type: application/json' \
--data '{
"aor": "<any>",
"username": "<any>",
"sipRealm": "<any>"
}'
curl --request POST \
--url https://api.vida.dev/api/v2/sip/registration \
--header 'Content-Type: application/json' \
--data '{
"aor": "<any>",
"username": "<any>",
"sipRealm": "<any>"
}'