body property
Body of the request. This can be data that is send with the POST to the request.
Implementation
@JsonKey()
final String? body;
Body of the request. This can be data that is send with the POST to the request.
@JsonKey()
final String? body;