{
"data": {
"id": "FID001",
"type": "AttemptRevokeReversal",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/attempt-revoke-reversals/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "AttemptRevokeReversal",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "AttemptRevokeReversal",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}