cURL
curl --request PUT \ --url https://api.example.com/sydia/claims \ --header 'Content-Type: application/json' \ --data '{}'
{}
The body is of type object.
object
The response is of type object.
Was this page helpful?