curl --request PUT \
--url https://api.example.com/api/Users/Me/Signature \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'curl --request PUT \
--url https://api.example.com/api/Users/Me/Signature \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'OK
Was this page helpful?