2021-07-05
1curl -X PATCH https://withpersona.com/api/v1/accounts/account-id \2 -H "Authorization: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{}'
1{2 "data": {3 "type": "account",4 "id": "act_NN1jBFZu2iLusNFHkU7d58Ui",5 "attributes": {6 "reference-id": "user12345",7 "created-at": "2019-12-11T18:51:15.000Z",8 "updated-at": "2019-12-11T18:51:15.000Z",9 "tags": []10 }11 }12}