curl --request PUT \ --url http://localhost:4000/wallets/status/{id} \ --header 'Content-Type: application/json' \ --header 'api_key: <api_key>' \ --data '{ "projectId": 123, "status": "<string>" }'
{ "address": "<string>", "created_at": "<string>", "id": "<string>", "projectId": 123, "status": "<string>", "type": "<string>", "updated_at": "<string>" }